Next: Group Data, Previous: Selecting a Group, Up: Group Buffer [Contents][Index]
The following commands allow for managing your subscriptions in the Group buffer. If you want to subscribe to many groups, it’s probably more convenient to go to the Server Buffer, and choose the server there using RET or SPC. Then you’ll have the commands listed in Browse Foreign Server at hand.
Toggle subscription to the current group
(gnus-group-unsubscribe-current-group).
Prompt for a group to subscribe, and then subscribe it. If
it was subscribed already, unsubscribe it instead
(gnus-group-unsubscribe-group).
Kill the current group
(gnus-group-kill-group).
Yank the last killed group
(gnus-group-yank-group).
Transpose two groups
(gnus-group-transpose-groups). This isn’t
really a subscription command, but you can use it instead of
a kill-and-yank sequence sometimes.
Kill all groups in the region
(gnus-group-kill-region).
Kill all zombie groups
(gnus-group-kill-all-zombies).
Kill all groups on a certain level
(gnus-group-kill-level). These groups
can’t be yanked back after killing, so this command
should be used with some caution. The only time where this
command comes in really handy is when you have a
.newsrc with lots of unsubscribed groups that
you want to get rid off. S C-k on level 7 will
kill off all unsubscribed groups that do not have message
numbers in the .newsrc file.
Also see Group Levels.
Next: Group Data, Previous: Selecting a Group, Up: Group Buffer [Contents][Index]